home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
YICONS23.ZIP;1
/
SOURCE
/
VOCTEST.CPP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-01-10
|
338 b
|
16 lines
#include "stddefs.h"
#include "yaklib.h"
#include "yaksound.h"
void main(int argCount, char ** argVector)
{
yakVoc myYakVoc;
CTLoad();
myYakVoc.load(argVector[1]);
CTInitialize();
cout << "Voice version" << CTGetVersion();
unsigned int status;
CTSetStatusWord(&status);
myYakVoc.play();
while (status);
}